Add quartz backend.
authorAnders Carlsson <andersca@imendio.com>
Tue, 22 Nov 2005 10:03:32 +0000 (10:03 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Tue, 22 Nov 2005 10:03:32 +0000 (10:03 +0000)
commit1097260aa7ed40e508e181feed4d736727268eb5
treefc2cf27583bbe96d0e464d90e9fbec2f07d7b76a
parentfbebb232db61324e89406a27bc914ace62c68e79
Add quartz backend.

2005-11-21  Anders Carlsson  <andersca@imendio.com>

        * configure.in:
        * gtk/Makefile.am:
        * gdk/Makefile.am:
* gdk/quartz/*:
Add quartz backend.

        * docs/tools/Makefile.am:
Only build docshooter when the X11 backend is used.

        * gtk/gtkplug-stub.c:
Include gtkplug.h here.

        * gtk/gtksocket-stub.c:
Include gtksocket.h here.
41 files changed:
ChangeLog
ChangeLog.pre-2-10
configure.in
docs/tools/Makefile.am
gdk/Makefile.am
gdk/quartz/GdkQuartzView.c [new file with mode: 0644]
gdk/quartz/GdkQuartzView.h [new file with mode: 0644]
gdk/quartz/GdkQuartzWindow.c [new file with mode: 0644]
gdk/quartz/GdkQuartzWindow.h [new file with mode: 0644]
gdk/quartz/Makefile.am [new file with mode: 0644]
gdk/quartz/gdkcolor-quartz.c [new file with mode: 0644]
gdk/quartz/gdkcursor-quartz.c [new file with mode: 0644]
gdk/quartz/gdkdisplay-quartz.c [new file with mode: 0644]
gdk/quartz/gdkdnd-quartz.c [new file with mode: 0644]
gdk/quartz/gdkdrawable-quartz.c [new file with mode: 0644]
gdk/quartz/gdkdrawable-quartz.h [new file with mode: 0644]
gdk/quartz/gdkevents-quartz.c [new file with mode: 0644]
gdk/quartz/gdkfont-quartz.c [new file with mode: 0644]
gdk/quartz/gdkgc-quartz.c [new file with mode: 0644]
gdk/quartz/gdkgeometry-quartz.c [new file with mode: 0644]
gdk/quartz/gdkglobals-quartz.c [new file with mode: 0644]
gdk/quartz/gdkim-quartz.c [new file with mode: 0644]
gdk/quartz/gdkimage-quartz.c [new file with mode: 0644]
gdk/quartz/gdkinput-old.c [new file with mode: 0644]
gdk/quartz/gdkinput.c [new file with mode: 0644]
gdk/quartz/gdkinputprivate.h [new file with mode: 0644]
gdk/quartz/gdkkeys-quartz.c [new file with mode: 0644]
gdk/quartz/gdkmain-quartz.c [new file with mode: 0644]
gdk/quartz/gdkpixmap-quartz.c [new file with mode: 0644]
gdk/quartz/gdkpixmap-quartz.h [new file with mode: 0644]
gdk/quartz/gdkprivate-quartz.h [new file with mode: 0644]
gdk/quartz/gdkproperty-quartz.c [new file with mode: 0644]
gdk/quartz/gdkquartz.h [new file with mode: 0644]
gdk/quartz/gdkscreen-quartz.c [new file with mode: 0644]
gdk/quartz/gdkselection-quartz.c [new file with mode: 0644]
gdk/quartz/gdkvisual-quartz.c [new file with mode: 0644]
gdk/quartz/gdkwindow-quartz.c [new file with mode: 0644]
gdk/quartz/gdkwindow-quartz.h [new file with mode: 0644]
gtk/Makefile.am
gtk/gtkplug-stub.c
gtk/gtksocket-stub.c